home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-05-29 | 333 b | 20 lines | [SGPA/SCPG] |
- on ShareInit
-
- put ":Additions:RunTimes" into thefile
- if exists( file thefile) then
- open file thefile
- read from file thefile for 2000
- add 1 to it
- if it = 20 then
- helpdialog 500, "How Are We Doing?"
- end if
- close file theFile
- open file theFile
- write it to file theFile
- close file thefile
- end if
-
- end ShareInit
-
-